This command will return the Y axis value of the default analogue joystick.
Return Integer=JOYSTICK Y()
The command will return the y axis value of the default analogue joystick
do cls print "joystick x "+str$(joystick x()) print "joystick y "+str$(joystick y()) print "joystick z "+str$(joystick z()) loop end
INPUT Commands Menu Index